Skip to content

fix: move copy-mode e/E across rows#89

Merged
leohenon merged 2 commits intoleohenon:ocvfrom
reobin:feat/copy-mode-word-end
May 2, 2026
Merged

fix: move copy-mode e/E across rows#89
leohenon merged 2 commits intoleohenon:ocvfrom
reobin:feat/copy-mode-word-end

Conversation

@reobin
Copy link
Copy Markdown

@reobin reobin commented May 2, 2026

adds row-aware copy-mode word-end motion so e can advance to the next row. This also wires E through the same path for big-word traversal and adds coverage for blank rows, row offsets, and final-word no-ops.

reobin and others added 2 commits May 1, 2026 19:27
Adds row-aware copy-mode word-end motion so e can advance to the next row. This also wires E through the same path for big-word traversal and adds coverage for blank rows, row offsets, and final-word no-ops.
Copy link
Copy Markdown
Owner

@leohenon leohenon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just changed e on empty rows. unlike w/b, vim skips ahead to the next word end for 'e'.

Thanks!

@leohenon leohenon merged commit 6bc51ac into leohenon:ocv May 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants